PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DActivationMode Enumeration
In This Topic
    PDF3DActivationMode Enumeration
    In This Topic
    Defines the supported modes for 3D annotation activation.
    Members
    MemberDescription
    EXPLICIT_ACTIVATIONThe annotation should remain inactive until explicitly activated by a script or user action.
    PAGE_OPENThe annotation should be activated as soon as the page containing the annotation is opened.
    PAGE_VISIBLEThe annotation should be activated as soon as any part of the page containing the annotation becomes visible.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.annotations.a3d.PDF3DActivationMode

    See Also